ostree.git
2016-01-28 Colin Walterslib: Add a #define OSTREE_SHA256_DIGEST_LEN 32
2016-01-28 Colin Waltersbuild: Add --disable-man
2016-01-28 Colin Waltersrepo: Port -refs.c to openat()
2016-01-28 Colin Waltersapidoc: Remove unnecessary srcdir != builddir workaround
2016-01-28 Colin WaltersRewrite manual in mkdocs
2016-01-28 Colin Waltersbuild: Rename doc/ -> apidoc/
2016-01-28 Colin Waltersbuild: Move man pages into man/
2016-01-27 Colin Walterstests: Use "bash strict mode"
2016-01-27 Colin Waltersgrub2: Don't delete grub2.cfg.old file we just copied
2016-01-26 Colin Waltersrefs: Add a missing `goto out` for error handling
2016-01-26 Colin WaltersAdd a checkout option to skip fsync
2016-01-20 Giuseppe Scrivanodiff: do not traverse parent commits
2016-01-13 Colin Walterssysroot: Don't individually fsync dirs in checkout...
2016-01-13 Colin Waltersrepo: Note global transaction resume is legacy
2016-01-12 Colin WaltersRelease 2016.1
2016-01-07 Colin Waltersrepo: Add APIs for devino optimization between checkout...
2016-01-05 Colin Waltersrepo: Expose dfd-relative mtree writes as public API
2015-12-24 Jonathan Lebongrub2_generate: load sysroot before using it
2015-12-19 Matthew Barnesfetcher: Lazily create tmp directory
2015-12-19 Colin Waltersdeploy: Change large parts to be fd-relative, drop...
2015-12-19 Colin Waltersbootconfig: Add ostree_bootconfig_parser_write_at
2015-12-19 Colin Waltersdeploy: Find kernel/initramfs consistently from filesystem
2015-12-18 Giuseppe Scrivanotests: add tests for prune --static-deltas-only
2015-12-18 Giuseppe Scrivanoprune: add new flag --static-deltas-only
2015-12-18 Giuseppe Scrivanorepo: new function ostree_repo_prune_static_deltas
2015-12-17 Matthew Barnesremote: Add "ostree remote summary" command
2015-12-17 Matthew Barnesrepo: Add ostree_repo_verify_summary()
2015-12-14 Colin Waltersbuild: Fix srcdir != builddir
2015-12-14 Matthew Barnespull: Push a temporary main context for sync requests
2015-12-14 Matthew Barnesfetcher: Move the SoupSession to a separate thread
2015-12-14 Matthew Barnesfetcher: Add "config-flags" construct-only property
2015-12-14 Alexander Larssonrepo: Allocate a tmpdir for each OstreeFetcher to isola...
2015-12-14 Alexander Larssonrepo: Use per-transaction staging dir
2015-12-14 Alexander Larssonrepo: Add _ostree_repo_allocate_tmpdir helper
2015-12-14 Alexander LarssonUpdate to latest libglnx
2015-12-07 Colin Waltersbuild: Also add a configure check for YACC/bison
2015-12-07 Colin Waltersbuild: Delete generated parse-datetime.c file, use...
2015-12-04 Colin Walterscmdline: Fatally error if the timestamp in a commit...
2015-12-04 Giuseppe Scrivanotests: add missing ${CMD_PREFIX}
2015-12-04 Giuseppe Scrivanoparse-datetime: use the module from gnulib
2015-12-04 Colin WaltersRelease 2015.11
2015-12-04 Colin Waltersgpg-verifier: Fix compiler warning
2015-12-03 Matthew Barnesrepo: Fix backwards timestamp in ostree_repo_write_commit()
2015-12-03 Matthew Barnesremote: Print full refspec in "ostree remote refs"
2015-12-01 Matthew Barnesfetcher: Remove "total_requests" counter
2015-12-01 Matthew Barnesfetcher: Remove "sending_messages" hash table
2015-11-23 Matthew Barnesglnx: Update from master
2015-11-23 Matthew Barnestrivial-httpd: Avoid SoupBuffer when there's no content
2015-11-23 Matthew Barnesrepo: Never delete .commitmeta files
2015-11-18 Matthew Barnesrepo: Validate checksums have correct length
2015-11-16 Giuseppe Scrivanotests: prefix invocation of ostree with where missing
2015-11-16 Giuseppe Scrivanotests: add tests for prune --keep-younger-than=DATE
2015-11-16 Giuseppe Scrivanocommit: add --timestamp=TIMESTAMP
2015-11-16 Giuseppe Scrivanolibostree: add new API ostree_repo_write_commit_with_time
2015-11-16 Giuseppe Scrivanoostree: do not print the usage on each G_IO_ERROR_NOT_S...
2015-11-16 Giuseppe Scrivanopull: make slightly clearer when failing for missing...
2015-11-16 Giuseppe Scrivanoprune: add --keep-younger-than=DATE
2015-11-16 Giuseppe Scrivanotests: add test for ostree prune --delete-commit
2015-11-16 Giuseppe Scrivanofsck: create a tombstone when the parent is missing
2015-11-16 Giuseppe Scrivanoprune: add --delete-commit
2015-11-12 Matthew Barneslibostree: Fix a couple compiler warnings
2015-11-10 Alexander Larssondeltas: Support including detached metadata in static...
2015-11-10 Alexander Larssonpull: Verify checksums from static deltas unless gpg...
2015-11-10 Alexander Larssondeltas: Support passing filename to ostree_repo_static_...
2015-11-10 Alexander Larssondeltas: Support passing filename to delta generator
2015-11-10 Alexander Larssondeltas: Make min-fallback-size 0 actually disable fallbacks
2015-11-10 Alexander Larssondeltas: Verify checksums in apply-offline unless skip_v...
2015-11-10 Alexander LarssonAdd _ostree_repo_open|commit_untrusted_content_bare
2015-11-10 Alexander Larssonstatic-delta apply-offline: Don't skip validation
2015-11-10 Alexander Larssondelta: Ensure the from commit exists when applying...
2015-11-10 Alexander Larssondeltas: Make apply-offline only read the parts once
2015-11-10 Alexander LarssonAdd tests for inline static deltas
2015-11-10 Alexander Larssonstatic-deltas generate: Add --inline option to CLI...
2015-11-10 Alexander Larssonstatic deltas: Add support for inline-parts
2015-11-10 Alexander Larssongenerate-static-delta: Support min-fallback-size 0...
2015-11-08 Colin Waltersdocs: Note not to put private keys in /usr/share/ostree
2015-11-03 Giuseppe Scrivanotests: add tests for prune and tombstones commits
2015-11-03 Giuseppe Scrivanofsck: add argument --add-tombstones
2015-11-03 Giuseppe Scrivanorepo: create a tombstone commit when deleting a commit
2015-11-03 Giuseppe Scrivanopull: add support for tombstone commits
2015-11-03 Giuseppe Scrivanocore: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJ...
2015-10-30 Colin Waltersinit-fs: Explicitly set /tmp to 01777
2015-10-25 Colin Walterssysroot: Write symlinks before calling fsync(), then...
2015-10-22 John Hieseystatic-delta: Fix annotation on ostree_repo_list_static...
2015-10-16 Daniel Drakeprepare-root: set up /boot bind-mount for single partit...
2015-10-13 Matthew Barnesupgrade: Add --override-commit=CHECKSUM option
2015-10-13 Matthew Barnesupgrader: Allow overriding the commit to pull
2015-10-13 Matthew Barnesupgrader: Add ostree_sysroot_upgrader_dup_origin()
2015-10-13 Giuseppe Scrivanotests: fix LZMA test to really compress/decompress
2015-10-12 Gatis PaeglisDon't require /boot/uEnv.txt for u-boot support
2015-10-10 Leandro Santiagocommit: Improve variable name
2015-10-10 John Hieseystatic-delta: Set error on bsdiff failure
2015-10-10 John Hieseystatic-delta: Don't run bspatch when output object...
2015-10-10 John Hieseystatic-delta: Handle LZMA_BUF_ERROR returned by zlib
2015-10-07 Colin Walterstests: Add a test for pull+deploy of specific "bare...
2015-09-28 Colin Waltersdoc: Note that refs --delete does not prune
2015-09-25 Matthew Barnespull: Recover from missing commits in recursive pulls
2015-09-24 Colin Walterssysroot: Cleanup refs and prune even on last undeployment
2015-09-24 Matthew Barnesfetcher: Track outstanding requests with a table
2015-09-23 Matthew Barnesfetcher: Rework reference counting
next